Cleanup basic allocation variables and functions.
authorDmitry Antipov <dmantipov@yandex.ru>
Sun, 15 Jul 2012 11:17:09 +0000 (15:17 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Sun, 15 Jul 2012 11:17:09 +0000 (15:17 +0400)
commite530b4d5d56ab8f594060fc69d37978e6c66f156
tree510a5bb4cc8befbd6993f35660219829d4f38440
parent9d4141ce9a4cc40946802a4123b122953301cf6f
Cleanup basic allocation variables and functions.
* alloc.c (ignore_warnings, init_intervals, init_float)
(init_cons, init_symbol, init_marker): Remove.
(interval_block_index): Initialize to INTERVAL_BLOCK_SIZE.
(float_block_index): Initialize to FLOAT_BLOCK_SIZE.
(cons_block_index): Initialize to CONS_BLOCK_SIZE.
(symbol_block_size): Initialize to SYMBOL_BLOCK_SIZE.
(marker_block_index): Initialize to MARKER_BLOCK_SIZE.
(staticidx, init_alloc_once, init_strings, free_ablock):
Remove redundant initialization.
* fns.c (init_weak_hash_tables): Remove.
* lisp.h (init_weak_hash_tables): Remove prototype.
src/ChangeLog
src/alloc.c
src/fns.c
src/lisp.h